{% extends "global/Page.html" %} {% load otree static %} {% block title %} Stage 2: Leader Selection {% endblock %} {% block content %}

The computer will randomly select one participant to be the leader in the next stage. However, you can indicate if you have a desire NOT to take the leader position. To do so, you need to uncheck the selected option below and check the other option instead.

The computer's random assignment will be implemented unless at least one participant in your group indicates a desire NOT to be the leader, in which case the leader will be selected as follows:

  • If some but not all participants indicate a desire NOT to take the leader position, the computer will randomly select one of the remaining participants as the leader. Each of these remaining participants has an equal chance to be selected.
  • If all participants indicate a desire NOT to take the leader position, the computer will randomly select one participant to be the leader.

  • The selected leader will make three investment decisions related to the money the charity may receive from the group.


    {% formfields %}
    {% next_button %} {% endblock %}